@charset "utf-8";
body, html{font-size:14px;color:#333; background:#fff;/*min-width:100%;*/font-family:"Microsoft YaHei",Tahoma, Helvetica, Arial, sans-serif;}
a{color:#333;}a:hover{color:#000;text-decoration:none;}
.ax-img img{ max-width:100%;display:inline-block;padding:4px;background-color:#fff;border:1px solid #ddd;border-radius:4px;}
.ax-container{padding-right:5px;padding-left:5px;margin-right:auto;margin-left:auto;}
.ax-container:after{content:"";clear:both;display:block;}
.ax-container{width:1440px;}
/*<1920的设备*/
@media only screen and (max-width:1919px){
	.ax-container{width:1200px;}
}
/*<1440的设备*/
@media only screen and (max-width:1439px){
	.ax-container{width:1200px;}
}
/*<1200的设备*/
@media only screen and (max-width:1199px){
	body, html{min-width:1170px;}
	.ax-container{width:1170px;}
}
/*<992的设备*/
@media only screen and (max-width:991px){}
/*<768的设备*/
@media only screen and (max-width:767px){}

.ax-container_p5{padding-right:5%;padding-left:5%;margin-right:auto;margin-left:auto;}
.ax-container-fluid{margin-right:auto;margin-left:auto;}
.ax-row{padding-right:0px !important; padding-left:0px !important;}


.col-lg-2dot5{position:relative;min-height:1px;padding-right:15px;padding-left:15px;}
	.col-lg-2dot5{float:left;}
	.col-lg-pull-2dot5{right:20%;}
	.col-lg-push-2dot5{left:20%;}
	.col-lg-offset-2dot5{margin-left:20%;}
	.col-lg-2dot5{width:100%;}
/* 小屏幕（平板，小于等于 768px） */
@media (min-width:767px) {
	.col-lg-2dot5{width:50%;}
}
/* 中等屏幕（桌面显示器，小于等于 992px） */
@media (min-width:991px) {
	.col-lg-2dot5{width:33.33333333%;}
}
/* 大屏幕（大桌面显示器，小于等于 1200px） */
@media (min-width:1199px) {
	.col-lg-2dot5{width:25%;}
}
/* 大屏幕（大桌面显示器，小于等于 1440px） */
@media (min-width:1439px) {
	.col-lg-2dot5{width:20%;}
}
/* 大桌面显示器，小于等于 1920px */
@media (min-width:1919px){
	.col-lg-2dot5{width:20%;}
}


/*pc端导航*/
.ax-head{}.ax-nav{}.ax-logo img{max-width:100%;}.ax-menu{background-color:#297ddd;}
.ax-menu li{ float:left;}
.ax-menu li a{ display:inline-block; width:100%; text-align:center; color:#fff; text-transform:capitalize;}
.ax-menu li a.ax-menu-one{ height:50px; line-height:50px; padding:0 36px; font-size:18px; }
.ax-menu li a.ax-menu-one:hover, .ax-menu li.sfhover a.ax-menu-one{ background-color:#055fc2;}
.ax-menu li a.ax-menu-one b{font-weight:normal; position:relative;}
.ax-menu li a.ax-menu-one span{ position:relative;}
dl.dropdown-menu{margin:0;border-top-left-radius:0;border-top-right-radius:0; border:0; text-align:center; z-index:9;}
dl.dropdown-menu dt a, dl.dropdown-menu dd a{ display:block;line-height:40px; border-top:1px solid #e50211; color:#fff; height:40px; overflow:hidden;}
dl.dropdown-menu dt a:hover, dl.dropdown-menu dd a:hover{ background-color:#d10000;}
.dropdown-menu { background-color:rgba(209,0,0,0.9);  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5d10000,endColorstr=#E5d10000); padding:0; min-width:144px;}
.dropdown-submenu{position:relative;}
.dropdown-submenu > .dropdown-menu{top:0;left:150%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:hover > .dropdown-menu{display:block;}
.dropdown-submenu > a{ position:relative;}
.dropdown-submenu > a:after{position:absolute;display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#ccc; right:10px; top:15px;}
.dropdown-submenu:hover > a:after{border-left-color:#fff;}
.dropdown-submenu.pull-left{float:none;}
.dropdown-submenu.pull-left > .dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}
.ax-dropdown-menu p{text-align:center;}


/*pc端走马灯*/
.slideBox{overflow:hidden;position:relative;}
.slideBox .hd{overflow:hidden;position:absolute;right:20%;bottom:9%; z-index:1;}
.slideBox .hd ul{overflow:hidden;zoom:1;float:left;}
.slideBox .hd ul li{display:inline-block; cursor:pointer; margin:10px; width:10px; height:10px; line-height:10px; text-align:center; background-color:rgba(215,0,3,0.6); border:1px solid #B50003; color:#fff; text-indent:-12em;overflow:hidden;border-radius:10px;cursor:pointer;
	transition:all .7s;
	-moz-transition:all .7s;	/* Firefox 4 */
	-webkit-transition:all .7s;	/* Safari 和 Chrome */
	-o-transition:all .7s;	/* Opera */
}
.slideBox .hd ul li.on{background-color:rgba(215,0,3,1);width:100px;}
.slideBox .bd{position:relative;z-index:0;}
.slideBox .bd li{zoom:1;}
.slideBox .bd li a ins{display:block;width:100%;height:0;padding-bottom:30%;overflow:hidden;background-position:center center;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;background-size:cover;}
.slideBox .bd li a ins:after{content:"";clear:both;display:block;}
.slideBox .bd li a img{display:none;}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev, .slideBox .next{position:absolute;left:3%;top:50%;margin-top:-25px;display:block;width:32px;height:40px;background:url(images/slider-arrow.png) -110px 5px no-repeat;filter:alpha(opacity=50);opacity:0.5;}
.slideBox .next{left:auto;right:3%;background-position:8px 5px;}
.slideBox .prev:hover, .slideBox .next:hover{filter:alpha(opacity=100);opacity:1;}
.slideBox .prevStop{display:none;}
.slideBox .nextStop{display:none;}


/*pc端小样式*/
.qimg{width:auto\9;height:auto;max-width:100%;vertical-align:middle;border:0;-ms-interpolation-mode:bicubic}
.ax-bb1sc{border-bottom:1px solid #ccc;margin-bottom:20px;}
.ax-desc:before{content:"";clear:both;display:block;}
.ax-ti0{text-indent:0 !important;}
.ax-ffss{font-family:'SimSun';font-size:xx-large;}
.ax-bgc_ff{background-color:white;}
.ax-bgc_f1{background-color:#f1f1f1;}
.ax-bgc_bg{background-color:#297ddd;}
.ax-thumbnail img, .ax-thumbnail canvas{ padding:4px;background-color:#fff;border:1px solid #ddd;border-radius:4px;}

/* 非重合区域 start */
.ax-top{ background-color:#f7f7f7; border-bottom:1px solid #e5e5e5; /*background-image:url(../images/neiye_01.jpg); background-position:center; height:7px;*/}
.ax-top ul{ height:30px; line-height:30px; color:#434343;}
.ax-top ul li a{ color:#434343;}

div.search{ float:right; margin-top:35px;}
div.search .form-group, div.search .form-group .input-group{width:100%;}
.form-control_{ width:90% !important; height:40px;background-color:#e50211; border:none; border-bottom:1px solid #ed4e59; color:#fff;}
input.form-control_::-webkit-input-placeholder{color:#ed4e59;}
.input-group-addon{ width:10% !important; height:40px; background:url(../images/search.png) center no-repeat;background-size:26px 26px; border:none; border-bottom:1px solid #ed4e59;}
.input-group-addon:hover{background-color:#e50211;border-bottom-color:#ed4e59;}

.ax-in-title{font-size:10px;color:#3353c0;}
.ax-in-title p{font-size:3rem;text-transform:uppercase;}
.ax-in-title p:after{content:"";clear:both;display:block; border-bottom:1px solid #3353c0;margin-top:20px;}
.ax-in-title span{display:inline-block; font-size:2.6rem;letter-spacing:3px;position:relative;top:-30px;padding:0 30px;}

.picMarquee-left{overflow:hidden;position:relative;}
.picMarquee-left .hd{display:none;}
.picMarquee-left .bd{padding:10px;}
.picMarquee-left .bd ul{overflow:hidden;zoom:1;}
.picMarquee-left .bd ul li a ins span{display:block;background-color:rgba(0,0,0,0.5);width:100%;color:white;text-align:center;line-height:2;position:absolute;bottom:0;}

.ax-prolist-menu dl{background-color:#fafafa;}
.ax-prolist-menu dl dt{font-size:24px;background-color:#3353c0;color:#fff;font-weight:normal;text-align:center;padding:20px 0;}
.ax-prolist-menu dl dt p{font-size:12px;text-transform:uppercase;color:#8190d3;}
.ax-prolist-menu dl dd a{display:block;margin:0 20px;border-bottom:1px solid #d9d9d9;padding:15px 0 15px 30px;color:#61360b;background:url(../images/ico14.png) 10px 50% no-repeat;}
.ax-prolist-menu dl dd:hover{background-color:#f90;}
.ax-prolist-menu dl dd:hover a{color:#fff;border-bottom-color:#f90;}

.ax-in-prolist article{margin-bottom:20px;}
.ax-in-prolist article a{display:block;border:1px solid #eee;margin-right:5px;margin-left:5px;}
.ax-in-prolist article a:hover{border-color:#196be8;}
.ax-in-prolist article a ins{margin:auto;margin-top:5px;width:96%;padding-bottom:77%;}
.ax-in-prolist article a ins:before{}
.ax-in-prolist article a ins:after{content:"";}
.ax-in-prolist article a ins i{display:block; width:100%; height:0;padding-bottom:100%;background:rgba(0,0,0,0.5) url(../images/link.png) center no-repeat;background-size:20%; position:absolute; top:102%;}
.ax-in-prolist article a:hover ins i{top:0;}
.ax-in-prolist article a ins img{max-width:100%; max-height:280px;}
.ax-in-prolist article a span{display:block;text-align:center;color:#333;font-size:22px;line-height:2;padding:10px 0;}
.ax-in-prolist article a span p{font-size:16px;color:#6e6e6e;}

.ax-in-more{ display:inline-block; border:1px solid #3353c0; background-color:#3353c0; color:#fff; font-family:'Microsoft YaHei'; font-size:16px; text-transform:uppercase; padding:10px 130px;border-radius:25px;}
.ax-in-more:hover{ background-color:#fff; color:#3353c0;}

.ax-in-about_txt{padding-top:50px;font-size:20px;line-height:2;}

.ax-newtitlein a{ display:inline-block; background-color:#898989; color:#fff; padding:5px 20px; margin:0 10px;}
.ax-newtitlein a:hover{ background-color:#f37a21;}
.ax-in-news{ height:100px; padding:10px 0; margin-bottom:10px; border-bottom:1px solid #b3b3b3; overflow:hidden;}
.ax-in-news span{ color:#3353c0;}
.ax-in-news span b{display:block;height:50px;line-height:50px;}
.ax-in-news dt{ font-size:16px; color:#010101; font-weight:normal; padding-bottom:10px;}
.ax-in-news dd{ font-size:12px; color:#666; line-height:2; height:50px; overflow:hidden;}

/*pc端滑动效果*/
.picScroll-left{position:relative; margin:auto;}.picScroll-left .hd{display:none;}
.picScroll-left .hd ins{display:block;width:48%;background-color:#297ddd;color:#fff;text-align:center;border-radius:3px;}
.picScroll-left .hd ins:hover{background-color:#999;}
.picScroll-left .hd ins i{font-size:36px;}
.picScroll-left .hd .prev, .picScroll-left .hd .next{cursor:pointer;}
.picScroll-left .hd ul, .picScroll-left .hd span.pageState{display:none;}
.picScroll-left .hd ul li{}.picScroll-left .hd ul li.on{}
.picScroll-left .bd .tempWrap{}
.picScroll-left .bd ul{overflow:hidden;zoom:1;}
.picScroll-left .bd ul li{float:left;_display:inline;overflow:hidden;}
.picScroll-left .bd ul li article{display:block;margin-left:10px;margin-right:10px;}
.picScroll-left .bd ul li article ins.ax-bgimg{padding-bottom:150%;}
.picScroll-left .bd ul li article em, .picScroll-left .bd ul li article p, .picScroll-left .bd ul li article span{display:block;text-align:center;}
.picScroll-left .bd ul li article em{padding:20px 0 10px;font-weight:normal;}
.picScroll-left .bd ul li article p{padding-bottom:20px;color:#5d544e;}
.picScroll-left .bd ul li article p:after{content:"";display:inline-block;width:30px;border-top:1px solid #3353c0;}



/*---------------------------------------------------------------------------*/
.bdsharebuttonbox{ display:inline-block;}
/*---------------------------------------------------------------------------*/

/*新闻list*/
.list_news li{clear:both;}
.list_news li a{display:block;padding:15px 10px 15px 10px;border-bottom:1px dashed #ddd;}
.list_news li a:hover{border-bottom:1px solid #999;}
.newslist li{ border-bottom:1px solid #d9d9d9; margin-top:10px;}
.newslist-img, .newslist-img img{ width:200px; height:137px;}
.newslist-img{ float:left; margin-right:8px;}
.newslist a:hover .newslist-img img{ background-color:#cc414c;}
.newslist-tta{ overflow:hidden;}
.ax-content h3.newslist-title{ font-size:24px; font-weight:normal; height:50px; /*white-space:nowrap;*/ margin-bottom:0;}
.ax-content h3.newslist-title:before{background-color:rgba(0, 0, 0, .7);}
.newslist-time{ float:left; height:auto; padding:0; margin:7px 25px 0 15px; background:url(../images/newdate_bg.jpg) center left no-repeat;border:0;}
.newslist-time b{ display:block; height:25px; line-height:25px; padding:0 20px 5px; color:#fff; font-weight:normal;background-color:#06d;font-size:77%;}
.newslist-time span{ display:block; text-align:center; color:#b6b6b6; font-size:50px; border:1px solid #ddd;border-radius:4px 4px 0 0;}
.newslist-abstract{ text-indent:2em; height:70px; color:#666; line-height:2;font-size:18px;}
/*产品list*/
.ax-list_pro li{ margin-bottom:40px;}
.ax-list_pro a{ border:4px solid #cfd2d9;}
.ax-list_pro a:hover{ border-color:#06d; -webkit-transform:translate3d(0, -2px, 0);transform:translate:;(0, -2px, 0);}
.ax-list_pro a img{
	-moz-transition:.5s ease-in;
	-webkit-transition:.5s ease-in;
	-o-transition:.5s ease-in;
	-ms-transition:.5s ease-in;
	transition:.5s ease-in;
}
.ax-list_pro a:hover img{
	transform:scale(1.3,1.3);
	-moz-transform:scale(1.3,1.3);
	-webkit-transform:scale(1.3,1.3);
	-o-transform:scale(1.3,1.3);
}
.ax-list_pro .t1{ position:relative;}
.ax-list_pro .t1 ins{padding-bottom:75%;background-position:top;}
.ax-list_pro .t1 p{ /*position:absolute;*/ bottom:0; font-size:9px\9; width:100%; text-transform:uppercase; background-color:rgba(0,0,0,0.5);text-indent:0;padding:8px 0;line-height:1.5;margin-bottom:0;color:#fff;text-align:center;}

.ax-content article a:hover{text-decoration:underline;}
.pshow{ width:100%; overflow:hidden;}
.pshow .ulimg, .pshow .list-none{float:left; width:50%;}
.pshow .ulimg{ margin:10px 0; max-height:370px; text-align:center;}
.pshow .ulimg img{ max-width:100%; max-height:370px;}
.list-none{ overflow:hidden; margin:10px 0px;}
.list-none li{margin-left:5%;padding-left:0.5em; border-bottom:1px dashed #ccc;position:relative;}
.list-none li:after{content:"";display:block;clear:both;}
.list-none li:nth-child(2n-1){background-color:#f5f5f5;}
.list-none li h3{ color:#666;padding:10px 0;margin-bottom:0;font-family:Arial, "microsoft yahei"; position:relative;padding-left:12px;font-size:1.8rem;}
.list-none li h3:before{content:"";position:absolute;left:2px;top:8px;bottom:8px;border-left:3px solid #e4393c;}
.list-none li span:nth-child(1){position:absolute;}
.list-none li span:nth-child(2){display:inline-block;text-indent:2.5em;}
.list-none li p{text-indent:2.5em;margin-bottom:0;}
.proTxtBox .hd{background:#f7f7f7;border-bottom:1px solid #196be8;position:relative;}
.proTxtBox .hd:after{content:"";display:block;clear:both;}
.proTxtBox .hd ul{float:left;/*position:absolute;left:20px;top:-1px;*/}
.proTxtBox .hd ul li{cursor:pointer;float:left;padding:3px 27px;}
.proTxtBox .hd ul li.on{background:#196be8;color:white;}
.proTxtBox .bd ul{zoom:1;}
#content_text{padding:55px 15px 30px;}
/*风采list*/
.ax-list li{ margin-bottom:40px;}
.ax-list a{ border:4px solid #cfd2d9;}
.ax-list a:hover{ border-color:#3ca7fb; -webkit-transform:translate3d(0, -2px, 0);transform:translate:;(0, -2px, 0);}
.ax-list a img{
	-moz-transition:.5s ease-in;
	-webkit-transition:.5s ease-in;
	-o-transition:.5s ease-in;
	-ms-transition:.5s ease-in;
	transition:.5s ease-in;}
.ax-list a:hover img{
	transform:scale(1.3,1.3);
	-moz-transform:scale(1.3,1.3);
	-webkit-transform:scale(1.3,1.3);
	-o-transform:scale(1.3,1.3);
}
.ax-list .t1{ position:relative;}
.ax-list .t1 ins{padding-bottom:75%;background-position:top;}
.ax-list .t1 p{ position:absolute; bottom:0; font-size:9px\9; width:100%; text-transform:uppercase; background-color:rgba(0,0,0,0.5);text-indent:0;padding:8px 0;line-height:1.5;margin-bottom:0;color:#fff;text-align:center;}
.ax-list a .t2{ background-color:#fff;}
.ax-list a:hover .t2{ background-color:#3ca7fb;}
.ax-list a .t2 h3, .ax-list a .t2 span{ padding-right:10px;}
.ax-list a:hover .t2 h3, .ax-list a:hover .t2 span{ color:#fff;}
.ax-list .t2{ text-align:right; padding-left:20%;}
.ax-list .t2 h3{ border-bottom:1px solid #ddd; font-size:18px; line-height:34px;}
.ax-list h3, .ax-list h4{ font-weight:normal;}
.ax-list .t2 span{ font-size:16px; line-height:28px; font-style:italic; color:#aaa;}
.ax-list .t2 h4{ line-height:2; color:#aaa; display:block; height:20px;}
.ax-list a:hover .t2 h4{ color:#666;}

/*相册*/
.picFocus{zoom:1;}
.picFocus:after, .picFocus-left:after{content:"";display:block;clear:both;}
.picFocus .bd{display:block;}
.picFocus .bd .tempWrap{}
.picFocus .bd dl dd{display:table;}
.picFocus .bd dl dd ins{display:table-cell;vertical-align:middle;height:480px;}
.picFocus .bd img{max-height:480px;display:block;margin:auto;}
.picFocus .hd{}
.picFocus-left{}
.picFocus-left .left_hd{position:relative;}
.picFocus-left .left_hd a, .picFocus-left .left_hd a{display:inline-block;position:absolute;z-index:1;width:20px;height:50px;top:10px;}
.picFocus-left .left_hd a.prev{left:-20px;}
.picFocus-left .left_hd a.next{right:-20px;}
.picFocus-left .left_hd a i{font-size:50px;}
.picFocus-left .left_hd ul, .picFocus-left .left_hd .pageState{display:none;}
.picFocus-left .left_hd ul li{float:left;}
.picFocus-left .left_bd .tempWrap{}
.picFocus-left .left_bd ul.picList li article{margin-left:5px;margin-right:5px;display:block;cursor:pointer;}
.picFocus-left .left_bd ul.picList li article ins{padding-bottom:60%;}
.picFocus-left .left_bd ul.picList li.on article{border-color:#297ddd;}


/*联络*/
.ax-contact{background-color:#f6f6f6;padding:90px 45px 80px;}

.ax-contact-text{margin-bottom:50px;}
.ax-contact-text .yuan{display:inline-block;width:40px;height:32px;border-radius:0;vertical-align:top !important;border:none;}
.ax-contact-text li{padding:30px 0;border-bottom:1px solid #d7d7d7;}
.ax-contact-text li:last-child{border-bottom:0;}
.ax-contact-text li div{display:inline-block;margin-left:40px;}
.ax-contact-text li:last-child div{width:calc(100% - 80px);}
.ax-contact-text li:hover .yuan{border-color:#D9D9D9;}
.ax-contact-text li h3{font-size:18px;margin-bottom:18px;position:relative;}
.ax-contact-text li h3:after{position:absolute;bottom:-9px;width:20px;height:1px;background:#C4C4C4;content:'';display:block;left:0;}
.ax-contact-text li:hover h3{color:#06d;}
.ax-contact-text li h3 span{margin-left:10px; font-weight:normal;}
.ax-contact-text li p{line-height:20px;font-size:24px;/*font-size:smaller;*/height:40px;}
.ax-contact-text li:nth-child(1) .yuan{background:url(../images/lxwm_11.png) no-repeat center;}
.ax-contact-text li:nth-child(1):hover .yuan{background:url(../images/lxwm_11-a.png) no-repeat center;}
.ax-contact-text li:nth-child(2) .yuan{background:url(../images/lxwm_13.png) no-repeat center;}
.ax-contact-text li:nth-child(2):hover .yuan{background:url(../images/lxwm_13-a.png) no-repeat center;}
.ax-contact-text li:nth-child(3) .yuan{background:url(../images/lxwm_04.png) no-repeat center;}
.ax-contact-text li:nth-child(3):hover .yuan{background:url(../images/lxwm_04-a.png) no-repeat center;}
.ax-contact-text li:nth-child(4) .yuan{background:url(../images/lxwm_01.png) no-repeat center;}
.ax-contact-text li:nth-child(4):hover .yuan{background:url(../images/lxwm_01-a.png) no-repeat center;}
.ax-contact-text li:nth-child(5) .yuan{background:url(../images/lxwm_06.png) no-repeat center;}
.ax-contact-text li:nth-child(5):hover .yuan{background:url(../images/lxwm_06-a.png) no-repeat center;}
.ax-contact-text li:nth-child(6) .yuan{background:url(../images/lxwm_14.png) no-repeat center;}
.ax-contact-text li:nth-child(6):hover .yuan{background:url(../images/lxwm_14-a.png) no-repeat center;}
.ax-contact-text li:nth-child(7) .yuan{background:url(../images/lxwm_05.png) no-repeat center;}
.ax-contact-text li:nth-child(7):hover .yuan{background:url(../images/lxwm_05-a.png) no-repeat center;}
.ax-contact-text li:nth-child(8) .yuan{background:url(../images/lxwm_10.png) no-repeat center;}
.ax-contact-text li:nth-child(8):hover .yuan{background:url(../images/lxwm_10-a.png) no-repeat center;}
.ax-contact-text li:nth-child(9) .yuan{background:url(../images/lxwm_02.png) no-repeat center;}
.ax-contact-text li:nth-child(9):hover .yuan{background:url(../images/lxwm_02-a.png) no-repeat center;}
.ax-contact-text li:nth-child(10) .yuan{background:url(../images/lxwm_03.png) no-repeat center;}
.ax-contact-text li:nth-child(10):hover .yuan{background:url(../images/lxwm_03-a.png) no-repeat center;}
.ax-contact-text li:nth-child(11) .yuan{background:url(../images/lxwm_12.png) no-repeat center;}
.ax-contact-text li:nth-child(11):hover .yuan{background:url(../images/lxwm_12-a.png) no-repeat center;}
.ax-contact-text li:nth-child(12) .yuan{background:url(../images/lxwm_07.png) no-repeat center;}
.ax-contact-text li:nth-child(12):hover .yuan{background:url(../images/lxwm_07-a.png) no-repeat center;}
.ax-contact-text li:nth-child(13) .yuan{background:url(../images/lxwm_06.png) no-repeat center;}
.ax-contact-text li:nth-child(13):hover .yuan{background:url(../images/lxwm_06-a.png) no-repeat center;}
.ax-contact-text li .erweima-wx, .ax-contact-text li .erweima-wap{height:215px;}
.ax-contact-text li .erweima-wx img{height:200px;}
.ax-contact-text li .erweima-wap canvas{}
.ax-contact-sitelogo div{max-width:40%;}
.ax-contact-text_sitelogo{position:absolute;top:-10px;/*right:0;max-width:50%;*/}

/*left侧边right*/
.ax-left-width{}
.ax-left-top-pa{/* position:absolute;*/ margin-top:10px; top:-100px; z-index:7; border-radius:5px 5px 0px 0px;}
.ax-left-top{background-color:#fafafa;}
.ax-left-top-title{ height:100px; overflow:hidden; background-color:#3353c0;}
.ax-left-top-title strong, .ax-left-top-title span{ display:block; color:#666; padding-left:15%;}.ax-left-top-title span{color:rgba(255,255,255,0.5);font-size:70px;margin-top:-25px;margin-left:-6px;text-transform:capitalize;}
.ax-left-top-title strong{ background:url(../images/ax-left-top-bg.png) 20px 40% no-repeat; margin-top:20px; font-size:30px;font-weight:normal;color:white;}
.ax-left-top-menu{border-bottom:13px solid #297ddd;}
.ax-left-top-content{ background:url(../images/contact.jpg) no-repeat;}
.ax-left-top-content strong, .ax-left-top-content span{ color:#666;}.ax-left-top-content span{font-size:18px;margin-top:0;}
.ax-left-pro_content{background-color:#297ddd;border-radius:3px 3px 0 0;}
.ax-left-pro_content strong{color:white;}
.ax-left-pro_content span{color:rgba(60, 167, 251, 0.5);}
.ax-left-top dd img{ max-width:100%;}
.ax-left-top dd a{ display:block; position:relative; z-index:7;overflow:hidden; margin:20px 0;}
.ax-left-top dd a span{display:block;background-color:#f2f2f2;z-index:9;padding:4% 0 4% 10%;font-size:20px;border-radius:0 7px 7px 0;}
.ax-left-top dd a span{
	transition:all .7s;
	-moz-transition:all .7s;	/* Firefox 4 */
	-webkit-transition:all .7s;	/* Safari and Chrome */
	-o-transition:all .7s;	/* Opera */
}
.ax-left-top dd a span:before{content:"";position:absolute;z-index:-1;height:100%;width:0;top:0;background-color:#297ddd;
	transition:all 1.7s;
	-moz-transition:all 1.7s;	/* Firefox 4 */
	-webkit-transition:all 1.7s;	/* Safari and Chrome */
	-o-transition:all 1.7s;	/* Opera */
}
.ax-left-top dd a span:before {left:-40px;
	transform:skew(-45deg, 0);
	-ms-transform:skew(-45deg, 0); 	/* IE 9 */
	-moz-transform:skew(-45deg, 0); 	/* Firefox */
	-webkit-transform:skew(-45deg, 0); /* Safari and Chrome */
	-o-transform:skew(-45deg, 0); 	/* Opera */
}
.ax-left-top dd a:hover span, .ax-left-top dd a.on span{color:#fff;}
.ax-left-top dd a:hover span{/*transform:translateY(-30%);transform:translate3d(0,-30%,0);*/transform:translateX(7%);margin-left:-7%;}
.ax-left-top dd a:hover span:before, .ax-left-top dd a:hover span:after{width:199%;}
.ax-left-top dd a.menu_two{line-height:30px;margin:10px 0;}
.ax-left-top dd a.menu_two span{font-size:16px;background-color:#e2e2e2;}
.ax-left-top dd.ax-left-pro_menu a span{padding:4% 0 4% 10%;text-align:left;}
.ax-left-top dd.ax-left-pro_menu a.menu_two{}
.ax-left-top dd.ax-left-pro_menu a.menu_two span{padding:3% 0 3% 10%;}
.ax-left-top dd.ax-left-pro_menu a.menu_three{margin:5px 0;}
.ax-left-top dd.ax-left-pro_menu a.menu_three span{padding:2% 0 2% 10%;font-size:14px;background-color:#d2d2d2;}
.ax-left-top dd a.on span{background-color:#297ddd !important;}
.ax-left-content{ display:block; border:1px solid #f2f2f2; border-top:none; overflow:hidden; padding:10px; white-space:break-word;font-size:16px;}
.ax-left-content p{ display:inline-block;}


/*内页公共区域*/
.ax-title{ line-height:51px; color:#666; /*text-align:right;*/}.ax-title a{ color:#888;padding-right:10px;}.ax-title a:hover{ color:#333; text-decoration:underline;}
.ax-title span{ display:inline-block; float:left; padding-left:20px;padding-right:10px; font-size:22px; color:#3ca7fb; }
.ax-title span:after{content:"";display:block;border-bottom:3px solid #3ca7fb;margin-top:-1px;width:140%;margin-left:-20%;}
.ax-title span i{margin-right:20px;top:7px;}
.ax-title span i:before{font-size:30px;}
.ax-tag span{float:right;}
.ax-content-title{/*padding:55px 0 25px;*/margin-bottom:25px;color:#2b2b2b;}
.ax-content-title h3{font-weight:normal;}
.ax-content-title p{overflow:hidden;font-family:Arial;font-size:4.4rem;color:#ecebeb;line-height:8rem;text-transform:uppercase;}
.ax-content-title:before{content:"";}
.ax-content-title:after{content:"";display:inline-block;width:25px;height:1px;background-color:#3ca7fb;margin:20px 0;}
.ax-content{ margin:0 15px; line-height:2; word-break:break-all;font-size:18px;}
.ax-content img{ max-width:100%;display:inline-block;}
.ax-content p{text-indent:2em;margin-bottom:20px;}
.ax-content p img:nth-child(1){margin-left:-2em;}
.ax-content .t_1{border-bottom:1px solid #ccc;}
.ax-content h3{font-weight:normal;margin-bottom:20px;}
.ax-content table{margin:10px auto 20px;}
.ax-content table tbody{}
.ax-content table tr.firstRow{background-color:#f7f7f7;border-top:2px solid #bbb;}
.ax-content table tr th, .ax-content table tr td{border:1px solid #ddd;padding:8px 10px;}
.ax-content table tr th{font-weight:bold;}
.ax-content table tr td{}

/*pc端底部样式*/
.ax-links a{ padding:5px 10px; border:1px dashed #ccc; margin:5px 10px; line-height:37px; text-shadow:1px 1px 0 #fff;}.ax-links a:hover{ background-color:#ccc;}

.ax-footTel{ background-color:#3353c0; height:66px; line-height:66px; color:#fff; text-align:center; font-size:16px; text-transform:uppercase;}
.ax-footmenu{ background-color:#18212a;color:#fff;}.ax-footmenu a{color:#fff;}.ax-footmenu a:hover{color:#fff;}
.ax-footmenu ul{border-bottom:1px solid #919399;}
.ax-footmenu dt{ color:#fff;font-size:18px;}
.ax-footmenu dt a{display:inline-block;padding-bottom:10px;margin-bottom:15px;font-weight:normal;}
.ax-footmenuleft{padding-right:5%;margin-bottom:5%;}
.ax-footmenuleft dd{line-height:2;}
.ax-footmenuleft dd.Contact{padding-left:37px;background:url(../images/ico4.png) 0px 5px no-repeat;color:#919399;}
.ax-footmenuright{ width:220px;}
.ax-footmenuright a{ display:inline-block; width:100px; color:#919399; height:25px; line-height:25px;}

.ax-qrcode{padding-right:30px;}
.ax-qrcode dd{padding-top:20px;}
.ax-qrcode dd ins{display:inline-block;float:left;}
.ax-qrcode dd ins:before{content:"";margin-top:30%;float:right;width:0;height:0;border-width:20px;border-style:solid;border-color:transparent #fff transparent transparent;transform:rotate(180deg);}
.ax-qrcode dd ins img{max-width:168px;}
.ax-qrcode dd span{display:inline-block;float:left;}
.ax-qrcode dd span em{display:block;}
.ax-qrcode dd span em img{max-width:100px;}
.ax-qrcode dd span p{text-align:center;color:white;line-height:2;}
.ax-qrcode dd span p:nth-child(2){color:#acacac;}
.ax-copyright{ border-bottom:none !important;}
.ax-copyright li{ padding:10px 0px;}
.ax-copyright li ins{ display:inline-block; margin-right:30px; color:#c0c0c0;}
.ax-copyright p{ padding:10px 0px; color:#919399;}
.ax-copyright li p a{ color:#ccc;}
.ax-copyright li p a:hover{ color:#888; transition:all .5s; -moz-transition:all .5s; /* Firefox 4 */ -webkit-transition:all .5s; /* Safari 和 Chrome */ -o-transition:all .5s; /* Opera */ -moz-box-shadow:0 5px 10px rgba(0,0,0,0.5);-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.5);box-shadow:0 5px 10px rgba(0,0,0,0.5);}
.ax-copyright li ins img{vertical-align:baseline;}
.ax-copyright li ins aside svg{
	stroke:#fff;
	stroke-width:1px;
	stroke-dasharray:0, 100;
	/*transition:all .3 ease-in-out;
	-moz-transition:all .3 ease-in-out;
	-webkit-transition:all .3 ease-in-out;*/
}
.ax-copyright li ins aside svg.menu-svg{width:32px;	height:36px; fill:#fff; border-radius:4px; background-color:#fff; margin:0 auto;
	animation:logo-in 2s ease-in-out forwards 1.5s;
	-moz-animation:logo-in 2s ease-in-out forwards 1.5s;
	-webkit-animation:logo-in 2s ease-in-out forwards 1.5s;
}
@keyframes logo-in {
	0% {
		stroke-dasharray:0, 100;
		left:100px;
	}
	50% {
		stroke-dasharray:100, 0;
		fill:rgba(48, 48, 48, 0);
	}
	100% {
		stroke-dasharray:100, 0;
		fill:rgba(48, 48, 48, 1);
	}
}
@-moz-keyframes logo-in {
	0% {
		stroke-dasharray:0, 100;
	}
	50% {
		stroke-dasharray:100, 0;
		fill:rgba(48, 48, 48, 0);
	}
	100% {
		stroke-dasharray:100, 0;
		fill:rgba(48, 48, 48, 1);
	}
}
@-webkit-keyframes logo-in {
	0% {
		stroke-dasharray:0, 100;
	}
	50% {
		stroke-dasharray:100, 0;
		fill:rgba(48, 48, 48, 0);
	}
	100% {
		stroke-dasharray:100, 0;
		fill:rgba(48, 48, 48, 1);
	}
}
.ax-copyright li ins aside svg.menu-svg use{stroke:#333; stroke-width:1px;}

.ax-footer{ background-color:#0f141a; color:#919399; line-height:2;}
.ax-footer a{ color:#919399;}

/* 非重合区域 end */
@media screen and (min-width:450px){
	.ax-beijing{background:url(../images/contact-bg.jpg) center bottom no-repeat;}
	.ax-beijing{padding:20px 30px 200px 10px;}
}
.ax-contact-beijing{position:relative;}
.ax-contact-beijing:after{content:"";display:none;width:525px;height:595px; background:url(../images/contactus-bg.png) right bottom no-repeat;position:absolute;top:90px;right:0;}
p.t_tools1{ margin:auto; font-size:14px; height:50px; line-height:50px; clear:both; text-transform:capitalize; text-align:center;}p.t_tools1 span{font-family:Georgia;}p.t_tools1 a{ color:#000;}

#ax-list a .video_item:before{content:"";display:block;position:absolute;width:100%;padding-bottom:80%;background-color:rgba(0, 0, 0, 0.3); background-image:url(../images/play.png);background-position:center;background-repeat:no-repeat; background-size:30%;}
#ax-list a:hover .video_item:before{background-image:url(../images/play_h.png);}
#ax-list a .video_item img.video_img{position:absolute;z-index:7;background-color:transparent; width:100%;height:100%;}
#content_text iframe.Vqqcom, #content_text iframe.Vyoukucom{width:100%;min-height:598px;}

/*分页按钮*/
#flip{ color:#666;}
#flip .digg4{ font-family:'microsoft yahei'\5FAE\8F6F\96C5\9ED1,'simsun'b8b\4f53,arial;}
#flip .digg4 span,#flip .digg4 a{ border:1px solid #ddd; padding:2px 5px 2px 5px; color:#aaa; margin:2px; text-decoration:none;}
#flip .digg4 strong{ border:1px solid #ddd; padding:2px 5px 2px 5px; color:#8d022f; margin:2px; text-decoration:none;}

/*上下篇*/
.met_page{ text-align:left;}
.met_page strong{margin-right:15px;}

.prolist_page{ width:300px; height:300px; margin:10px;}
.prolist_page a{ height:298px; line-height:298px; display:block; margin:auto; text-shadow:1px 1px #ec421c; border:1px dashed #000;}
.prolist img{ margin:auto; max-height:298px; max-width:298px;}

/*分页*/
.pages{padding:10px; text-align:center;}
.pages a, .pages span{margin:0 5px;}
/*翻页*/
#flip{ margin:15px 0;}
/*在线留言*/
#messagelist{ padding:15px;}
#messagelist .metlist{ margin-bottom:10px; border:6px solid #dedede; padding:5px;}
#about #messagelist dl.metlist{ width:685px; height:auto; margin-bottom:10px;}
#messagelist .metlist dt{ background:url(../images/message.gif) no-repeat left center; border-bottom:1px dotted #dedede; padding:4px 0px 4px 20px; margin-bottom:5px;}
#messagelist .metlist dt.title { height:30px; line-height:30px; width:660px; padding-top:4px;}
#messagelist .metlist dt span.name{ color:#2c7199; font-size:12px;}
#messagelist .metlist dt span.time{ padding-left:8px; color:#999; font-size:12px;}
#messagelist .metlist dt span.tt{ float:right; padding-right:5px;}
#messagelist .metlist dd.info span.tt{ display:none; clear:both;}
#messagelist .metlist dd.info span.text{ display:block; line-height:1.5; padding:8px 5px;}
#about #messagelist .metlist dd.info, #about #messagelist .metlist dd.reinfo{ width:685px; height:auto; background:none;}
#messagelist .metlist dd.reinfo span.tt{ background:url(../images/admin.gif) no-repeat left 3px; display:block; border-bottom:1px dotted #dedede; padding:2px 0px 2px 20px; margin:0px 0px 5px;color:#2c7199;}
#messagelist .metlist dd.reinfo span.text{ display:block; line-height:1.5; padding:8px 5px;}
#messagelist .ctitle{ margin:10px 0px 10px; padding:5px 20px; background:url(../images/dt-7.gif) no-repeat left center; *background-position:left 17px; font-size:14px; border-bottom:1px dotted #ccc; text-align:left;}
#messagelist table{ margin:0px auto;}
#messagetable{ padding:15px;}
#messagetable table{ margin:0px auto;}
/*在线反馈*/
#feedback{ padding:15px;}
#feedback table{ margin:0px auto;}

/*翻页样式*/
.metpager_1{ text-align:center;}
.metpager_2{ text-align:center;}
.metpager_3{ text-align:center;}

.digg4{ padding:3px; margin:3px; text-align:center; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; }
.digg4 a,.digg4 span.miy{ margin:2px; text-decoration:none;}
.digg4 .disabledfy{ font-family:Tahoma, Verdana;}

.metpager_4 a,.metpager_4 span.miy{ border:1px solid #aaaadd; padding:2px 5px 2px 5px; color:#009;}
.metpager_4 a:hover { border:1px solid #009; color:#000;}
.metpager_4 a:active {border:1px solid #009; color:#000;}
.metpager_4 span.current { border:1px solid #009; background-color:#009; padding:2px 5px 2px 5px; margin:2px; color:#FFFFFF; text-decoration:none;}
.metpager_4 span.disabled { border:1px solid #eee; padding:2px 5px 2px 5px; margin:2px; color:#ddd;}

.metpager_5 a,.metpager_5 span.miy{ border:1px solid #ccdbe4; padding:2px 8px 2px 8px; color:#0061de; }
.metpager_5 a:hover { border:1px solid #2b55af; color:#fff; background-color:#3666d4;}
.metpager_5 a:active {border:1px solid #009; color:#000;}
.metpager_5 span.current { padding:2px 8px 2px 8px; margin:2px; color:#000; text-decoration:none;}
.metpager_5 span.disabled { border:1px solid #ccdbe4; padding:2px 8px 2px 8px; margin:2px; color:#ddd;}

.metpager_6{ color:#ff6500; }
.metpager_6 a,.metpager_6 span.miy{ border:1px solid  #ff9600; padding:2px 7px 2px 7px; background-position:50% bottom; color:#ff6500; background-image:url(../images/page/page6.jpg);}
.metpager_6 a:hover { border:1px solid #ff9600; color:#ff6500; background-color:#ffc794;}
.metpager_6 a:active {border:1px solid #ff9600; color:#ff6500; background-color:#ffc794;}
.metpager_6 span.current {border:1px solid #ff6500; padding:2px 7px 2px 7px; margin:2px; color:#ff6500; background-color:#ffbe94; text-decoration:none;}
.metpager_6 span.disabled { border:1px solid #ffe3c6; padding:2px 7px 2px 7px; margin:2px; color:#ffe3c6;}

.metpager_7 a,.metpager_7 span.miy{ border:1px solid  #2c2c2c; padding:2px 5px 2px 5px; background:url(../images/page/page7.gif) #2c2c2c; color:#fff;}
.metpager_7 a:hover { border:1px solid #aad83e; color:#fff;background:url(../images/page/page7_2.gif) #aad83e;}
.metpager_7 a:active { border:1px solid #aad83e; color:#fff;background:url(../images/page/page7_2.gif) #aad83e;}
.metpager_7 span.current {border:1px solid #aad83e; padding:2px 5px 2px 5px; margin:2px; color:#fff;background:url(../images/page/page7_2.gif) #aad83e; text-decoration:none;}
.metpager_7 span.disabled { border:1px solid #f3f3f3; padding:2px 5px 2px 5px; margin:2px; color:#ccc;}

.metpager_8 a,.metpager_8 span.miy{ border:1px solid #ddd; padding:2px 5px 2px 5px; color:#aaa;}
.metpager_8 a:hover { border:1px solid #a0a0a0; }
.metpager_8 a:hover { border:1px solid #a0a0a0; }
.metpager_8 span.current {border:1px solid #e0e0e0; padding:2px 5px 2px 5px; margin:2px; color:#aaa; background-color:#f0f0f0; text-decoration:none;}
.metpager_8 span.disabled { border:1px solid #f3f3f3; padding:2px 5px 2px 5px; margin:2px; color:#ccc;}

.metpager_9 a,.metpager_9 span.miy{ border:1px solid #ddd; padding:2px 5px 2px 5px; color:#88af3f; } 
.metpager_9 a:hover { border:1px solid #85bd1e; color:#638425; background-color:#f1ffd6; } 
.metpager_9 a:hover { border:1px solid #85bd1e; color:#638425; background-color:#f1ffd6; } 
.metpager_9 span.current {border:1px solid #b2e05d; padding:2px 5px 2px 5px; margin:2px; color:#fff; background-color:#b2e05d; text-decoration:none;} 
.metpager_9 span.disabled { border:1px solid #f3f3f3; padding:2px 5px 2px 5px; margin:2px; color:#ccc;} 

